home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / faq / wdj0597.zip / CONSOLE.ZIP / BUILD.BAT next >
DOS Batch File  |  1997-02-20  |  245b  |  7 lines

  1. @rem uncomment these lines to compile with Borland
  2. @rem bcc32 -W -w pipeclip.c
  3. @rem bcc32 -tWM -w redirect.c
  4. @rem uncomment these lines to compile with Microsoft
  5. @rem cl pipeclip.c user32.lib
  6. @rem cl /MT redirect.c user32.lib advapi32.lib
  7.